home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / hardware-part2 / 10785 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.4 KB

  1. Path: news.mel.aone.net.au!usenet
  2. From: mpa@iig.com.au (Mark P Allen)
  3. Newsgroups: comp.sys.amiga.hardware
  4. Subject: Re: JAZ spindown and lost volumes?
  5. Date: 20 Apr 1996 00:55:01 GMT
  6. Message-ID: <915.6684T10T886@iig.com.au>
  7. References: <4jpsu7$48f@ns1.arlut.utexas.edu> <1276.6666T898T778@crash.cts.com><9604050138.AA00187@jmccrea.demon.co.uk>
  8.     <524.6676T610T1881@crash.cts.com> <316EE85C.289@serv.net> <2354.6637T115T104@pi.net>
  9. NNTP-Posting-Host: cnsta04.iig.com.au
  10. X-Newsreader: THOR 2.22 (Amiga;TCP/IP) *UNREGISTERED*
  11.  
  12.  
  13. On 16-Apr-96 09:14:45, Robin S.D. Jacobs wrote:
  14.  
  15.  RSJ> SCSIutil by F.J. Reichert. Just create a script so every 15 minutes a
  16.  RSJ> MOTOR ON command is send to the JAZ.
  17.  
  18.  RSJ> I use:
  19.  
  20.  RSJ> lab start
  21.  RSJ> wait 10 min
  22.  RSJ> cc:SCSIUtil -dsquirrelscsi.device 5 -m 1
  23.  RSJ> skip back start
  24.  
  25.  RSJ> And it never spinned down once (except when I power down ofcource ;-)
  26.  RSJ> One minor drawback is that's possible you script executes the motor on
  27.  RSJ> command just after you have pushed the eject button.
  28.  
  29. Would it help to make it:
  30.  
  31.  lab start
  32.  wait 10 min
  33.  assign exists JAZZ: ;(assuming this is the volume or device name)
  34.  if not warn
  35.    cc:SCSIUtil -dsquirrelscsi.device 5 -m 1
  36.  endif
  37.  skip back start
  38.  
  39. Not perfect, but may reduce most of the risk.
  40.  
  41. ?
  42.  
  43. Regards,
  44.  
  45.          Mark
  46.  
  47. ---
  48.    mpa@iig.com.au     -    Ph:+61-70-332930     -         Cairns
  49.    Wishful Vision     -    Fx:+61-70-332931     -      Australia
  50. ---
  51.  
  52.  
  53.